home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c-part2 / 11638 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1.0 KB

  1. Path: keats.ugrad.cs.ubc.ca!not-for-mail
  2. From: c2a192@ugrad.cs.ubc.ca (Kazimir Kylheku)
  3. Newsgroups: comp.lang.c
  4. Subject: Re: Background job
  5. Date: 25 Mar 1996 08:26:39 -0800
  6. Organization: Computer Science, University of B.C., Vancouver, B.C., Canada
  7. Message-ID: <4j6hfvINNdem@keats.ugrad.cs.ubc.ca>
  8. References: <4j3se4$ldc@ustsu10.ust.hk>
  9. NNTP-Posting-Host: keats.ugrad.cs.ubc.ca
  10.  
  11. In article <4j3se4$ldc@ustsu10.ust.hk>,
  12. Edmond Yeh <ee_yeh@uxmail.ust.hk> wrote:
  13.  >
  14.  >
  15.  >I want to write a program to put a job to be run in background.
  16.  >say the job is in a command line : "fax -3 -1234567 abc.txt" ,
  17.  >it will run in dos and fax out the file in 3 trials .
  18.  >
  19.  >Is there any way to do that ?
  20.  >I am using Win NT 3.51
  21.  
  22. There is your problem.
  23.  
  24. Silicon Graphics put out some nice UNIX freeware called HylaFax which does
  25. everything.
  26.  
  27.     sendfax <mypostscriptfile> -d 555-6565
  28.  
  29. The request is queued with the HylaFax server and sent out via an available
  30. fax port.
  31.  
  32.  
  33. Your request is inappropriate for the C language newsgroup, comp.lang.c.
  34. -- 
  35.  
  36.